From: Andreas Schwab Date: Wed, 12 Mar 2003 23:28:03 +0000 (+0000) Subject: (xg_tool_bar_help_callback): Add missing return value. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53018 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d930143556f4dcc28eb5c771dd2c19be73c7df75;p=emacs.git (xg_tool_bar_help_callback): Add missing return value. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 3bbac91bc46..d733a476654 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -2669,7 +2669,7 @@ xg_tool_bar_help_callback (w, event, client_data) } if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items)) - return; + return FALSE; if (event->type == GDK_ENTER_NOTIFY) {